added SSCLI 1.0
[windows-sources.git] / shared source / sscli_ref_20021101 / docs / System.Resources / System.Resources.html
blobf6bc5a6327357279c64e9ea5944cf55991d11486
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
2 <head>
3 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <link rel="stylesheet" type="text/css" href="../refdoc.css">
5 <title>Namespace: System.Resources</title>
6 </head>
7 <body>
8 <h2>Namespace: System.Resources</h2>
9 <dl>
10 <dd>
11 <p> The <a href="../System.Resources/System.Resources.html">System.Resources</a> namespace provides classes and interfaces that allow developers to create, store, and manage various culture-specific resources used in an application. One of the most important classes of the <a href="../System.Resources/System.Resources.html">System.Resources</a> namespace is the <a href="../System.Resources/types/ResourceManager.html">ResourceManager</a> class.</p>
12 <p> The <a href="../System.Resources/types/ResourceManager.html">ResourceManager</a> class allows the user to access and control resources stored in the main assembly or in resource satellite assemblies. Use the <a href="#GetObject">ResourceManager.GetObject</a> and <a href="#GetString">ResourceManager.GetString</a> methods to retrieve culture-specific objects and strings.</p>
13 </dd>
14 </dl>
15 <h3>Members of System.Resources Namespace</h3><b>Classes</b><dl>
16 <dd>
17 <table border="1" width="90%" style="border-collapse: collapse">
18 <tr valign="top">
19 <th bgcolor="#C0C0C0">Class</th>
20 <th bgcolor="#C0C0C0">
21 Description
22 </th>
23 </tr>
24 <tr valign="top">
25 <td width="30%"><a href="types/MissingManifestResourceException.html">class MissingManifestResourceException</a></td>
26 <td width="60%"> The exception thrown if the main assembly does not contain the resources for the neutral culture, and they are required because of a missing appropriate satellite assembly. 
27 </td>
28 </tr>
29 <tr valign="top">
30 <td width="30%"><a href="types/NeutralResourcesLanguageAttribute.html">class NeutralResourcesLanguageAttribute</a></td>
31 <td width="60%"> Informs the <a href="../System.Resources/types/ResourceManager.html">ResourceManager</a> of the neutral culture of an assembly. This class cannot be inherited. 
32 </td>
33 </tr>
34 <tr valign="top">
35 <td width="30%"><a href="types/ResourceManager.html">class ResourceManager</a></td>
36 <td width="60%"> Provides convenient access to culture-specific resources at runtime. 
37 </td>
38 </tr>
39 <tr valign="top">
40 <td width="30%"><a href="types/ResourceReader.html">class ResourceReader</a></td>
41 <td width="60%"> Enumerates .resources files and streams, reading sequential resource name and value pairs. 
42 </td>
43 </tr>
44 <tr valign="top">
45 <td width="30%"><a href="types/ResourceSet.html">class ResourceSet</a></td>
46 <td width="60%"> Stores all the resources localized for one particular culture, ignoring all other cultures, including any fallback rules. 
47 </td>
48 </tr>
49 <tr valign="top">
50 <td width="30%"><a href="types/ResourceWriter.html">class ResourceWriter</a></td>
51 <td width="60%"> Writes resources in the system-default format to an output file or an output stream. 
52 </td>
53 </tr>
54 <tr valign="top">
55 <td width="30%"><a href="types/SatelliteContractVersionAttribute.html">class SatelliteContractVersionAttribute</a></td>
56 <td width="60%"> Instructs the <a href="../System.Resources/types/ResourceManager.html">ResourceManager</a> to ask for a particular version of a satellite assembly to simplify updates of the main assembly of an application. 
57 </td>
58 </tr>
59 </table>
60 </dd>
61 </dl><br><b>Interfaces</b><dl>
62 <dd>
63 <table border="1" width="90%" style="border-collapse: collapse">
64 <tr valign="top">
65 <th bgcolor="#C0C0C0">Interface</th>
66 <th bgcolor="#C0C0C0">
67 Description
68 </th>
69 </tr>
70 <tr valign="top">
71 <td width="30%"><a href="types/IResourceReader.html">interface IResourceReader</a></td>
72 <td width="60%"> Provides the base functionality to read data from resource files. 
73 </td>
74 </tr>
75 <tr valign="top">
76 <td width="30%"><a href="types/IResourceWriter.html">interface IResourceWriter</a></td>
77 <td width="60%"> Provides functionality to write resources to an output file or stream. 
78 </td>
79 </tr>
80 </table>
81 </dd>
82 </dl><br><b>Namepace hierarchy</b><br><ul class="none">
83 <li><a href="../System/types/Object.html">System.Object</a></li>
84 <ul class="none">
85 <li><a href="../System/types/Attribute.html">System.Attribute</a></li>
86 <ul class="none">
87 <li><a href="../System.Resources/types/NeutralResourcesLanguageAttribute.html">System.Resources.NeutralResourcesLanguageAttribute</a></li>
88 </ul>
89 <ul class="none">
90 <li><a href="../System.Resources/types/SatelliteContractVersionAttribute.html">System.Resources.SatelliteContractVersionAttribute</a></li>
91 </ul>
92 </ul>
93 <ul class="none">
94 <li><a href="../System/types/Exception.html">System.Exception</a></li>
95 <ul class="none">
96 <li><a href="../System/types/SystemException.html">System.SystemException</a></li>
97 <ul class="none">
98 <li><a href="../System.Resources/types/MissingManifestResourceException.html">System.Resources.MissingManifestResourceException</a></li>
99 </ul>
100 </ul>
101 </ul>
102 <ul class="none">
103 <li><a href="../System.Resources/types/ResourceManager.html">System.Resources.ResourceManager</a></li>
104 </ul>
105 <ul class="none">
106 <li><a href="../System.Resources/types/ResourceReader.html">System.Resources.ResourceReader</a> --- <a href="../System.Resources/types/IResourceReader.html">System.Resources.IResourceReader</a>, <a href="../System.Collections/types/IEnumerable.html">System.Collections.IEnumerable</a>, <a href="../System/types/IDisposable.html">System.IDisposable</a></li>
107 </ul>
108 <ul class="none">
109 <li><a href="../System.Resources/types/ResourceSet.html">System.Resources.ResourceSet</a> --- <a href="../System/types/IDisposable.html">System.IDisposable</a></li>
110 </ul>
111 <ul class="none">
112 <li><a href="../System.Resources/types/ResourceWriter.html">System.Resources.ResourceWriter</a> --- <a href="../System.Resources/types/IResourceWriter.html">System.Resources.IResourceWriter</a>, <a href="../System/types/IDisposable.html">System.IDisposable</a></li>
113 </ul>
114 </ul><br><i><a href="../documentation_license.txt">
115 Copyright (c) 2002 Microsoft Corporation. All rights reserved.
116 </a></i></body>
117 </html>